You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clVector Structure > clVector Methods > AddProduct Method > clVector.AddProduct Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clVector.AddProduct Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec, int, int, int, int)

Multiply Vec1 elements [Vec1Index]..[Vec1Index+Len-1] with Vec2 elements [Vec2Index]..[Vec2Index+Len-1] and add the results to the calling object elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public TOpenCLMtxVec AddProduct([In] TOpenCLMtxVec Vec1, [In] TOpenCLMtxVec Vec2, int Vec1Index, int Vec2Index, int Index, int Len);

An exception is raised if array borders are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!